testing.common.tempDirErr (field)

5 uses

	testing (current package)
		testing.go#L523: 	tempDirErr error
		testing.go#L1086: 		c.tempDir, c.tempDirErr = os.MkdirTemp("", pattern)
		testing.go#L1087: 		if c.tempDirErr == nil {
		testing.go#L1097: 	if c.tempDirErr != nil {
		testing.go#L1098: 		c.Fatalf("TempDir: %v", c.tempDirErr)